projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be13be3
)
; Set indent-tabs-mode to nil in (most) Elisp sources
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 14 Apr 2015 22:40:52 +0000
(
01:40
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 14 Apr 2015 22:41:10 +0000
(
01:41
+0300)
Fixes: bug#20323
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 5e73e0d9acdfa6bde25ee2e9c3244d2a8dda858a..f899b5155d6b32581f529743b13cac28dec679bd 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-11,4
+11,5
@@
(fill-column . 74)
(bug-reference-url-format . "http://debbugs.gnu.org/%s")
(mode . bug-reference)))
- (diff-mode . ((mode . whitespace))))
+ (diff-mode . ((mode . whitespace)))
+ (emacs-lisp-mode . ((indent-tabs-mode . nil))))